Skip to content

Conversation

carllerche
Copy link
Member

This requires fixing a few warnings.

This requires fixing a few warnings.
// This `extern` is required for older `rustc` versions but newer `rustc`
// versions warn about the unused `extern crate`.
#[allow(unused_extern_crates)]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure if this is the best strategy, but the extern crate proc_macro is required in Rust 1.40 but not on nightly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like the most reasonable way around it. For reference, it was changed in cargo in rust-lang/cargo#7700.

@carllerche carllerche merged commit 71c47fa into master Jan 27, 2020
@vorot93 vorot93 deleted the bump-nightly branch January 27, 2020 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants